.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.footer-component {
  width: 100%;
  position: relative;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  padding: 30px 0;
  background-color: #222222;
  z-index: 999;
}

.footer-component .close {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
}
.footer-component-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 62%;
}
 .footer-component-a .r{
 display: flex;
  align-items: center;
  gap:0.2rem;
 }

.footer-component-a .z {
  font-size: 16px;
  color: #fff;
}
.footer-component-a .p {
  font-size: 30px;
  font-weight: 700;
  color: #ffb300;
   white-space: nowrap;
}
.footer-component-a .d {
  font-size: 26px;
  font-weight: 700;
  color: #ffb300;
   white-space: nowrap;
}
.footer-component-b {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: center;
}
.footer-component-b input {
  border-color: #888;
  height: 30px;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 14%;
}

.footer-component-b .sub {
  width: 50px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.backInfo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.backInfo img {
  visibility: hidden;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-direction-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-pack-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-pack-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
body,
html,
.home-page,
.index-page {
  height: 100%;
}
.index-page,
.home-page {
  overflow: hidden;
}
.index-page > .swiper-wrapper > .swiper-slide {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.top-box {
  height: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.top-box .nav-btn {
  display: none;
}
.top-box .logo {
  display: block;
  height: 1rem;
  max-width: 35vw;
  line-height: 1rem;
  float: left;
}
.top-box .logo img {
  height: 0.45rem;
  max-width: 100%;
  vertical-align: middle;
}
.nav-box {
  float: right;
  text-align: right;
  font-size: 0;
  line-height: 1rem;
}
.nav-box .nav-item {
  display: inline-block;
  position: relative;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #fff;
  margin-left: 0.32rem;
}
.nav-box .nav-item:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ffb300;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
.nav-box .nav-item.active,
.nav-box .nav-item:hover {
  color: #ffb300;
}
.nav-box .nav-item.active:after,
.nav-box .nav-item:hover:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.banner-box {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-box .banner {
  flex: 1;
  overflow: hidden;
  width: 100vw;
  position: relative;
}
.banner-box .banner .swiper-container {
  width: 100vw;
  position: relative;
}
.banner-box .banner .swiper-container li {
  height: 100vh;
  width: 100vh;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-box .banner .swiper-container li img {
  display: none;
  width: 100vw;
  max-height: none;
}
.banner-box .banner .swiper-button {
  display: block;
  position: absolute;
  width: 0.3rem;
  height: 0.59rem;
  background-image: url('../images/scroll.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.19rem 0.59rem;
  top: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.banner-box .banner .swiper-button.swiper-button-prev {
  left: 0.8rem;
}
.banner-box .banner .swiper-button.swiper-button-next {
  right: 0.8rem;
  background-position: right center;
}
/*关于我们*/
.m-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
}
.m-about .about-info {
  background-color: #222222;
  height: 100vh;
  width: 10.92rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}
.m-about .about-info .lg-bg {
  position: absolute;
  top: -1.1rem;
  font-size: 1.3rem;
  color: #2d2d2d;
  font-family: Arial;
  font-weight: bold;
  right: 0;
  white-space: nowrap;
  z-index: 0;
}
.m-about .about-info .about-title {
  width: 6.1rem;
  position: relative;
  z-index: 2;
  margin-bottom: 0.98rem;
}
.m-about .about-info .cn {
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}
.m-about .about-info .en {
  font-size: 0.36rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.m-about .about-info .en em {
  color: #ffb300;
}
.m-about .about-info .en:after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 0.03rem;
  background-color: #ffb300;
  margin-top: 0.32rem;
}
.m-about .about-info .img {
  width: 6.1rem;
  height: 4.4rem;
  z-index: 2;
  position: relative;
}
.m-about .about-info .img img {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
.m-about .about-content {
  height: 100vh;
  width: 9.88rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-about .about-content .content-page {
  margin: 0 1.6rem;
}
.m-about .about-content .content {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.36rem;
  text-indent: 0.32rem;
  margin-bottom: 0.8rem;
}
.m-about .about-content .content .c-title {
  font-size: 0.2rem;
}
.m-about .about-content .more {
  display: block;
  width: 1.3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background-color: #6e6e6e;
  font-size: 0.16rem;
  color: #fff;
  border-radius: 0.25rem;
}
.m-about .count-box {
  height: 100vh;
  width: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-about .count-box .bg-img {
  flex: 1;
  -webkit-filter: grayscale(1);
}
.m-about .count-box .count {
  height: 4.8rem;
  background: #6e6e6e url('../images/contact_bg.png') right center / 4.49rem
    4.8rem no-repeat;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-about .count-box .count span {
  display: block;
}
.m-about .count-box .count .lg-num {
  font-size: 1.2rem;
  font-family: 宋体;
  margin-bottom: 0.22rem;
}
.m-about .count-box .count .lit-title {
  font-size: 0.36rem;
  line-height: 0.4rem;
  margin-bottom: 0.08rem;
}
.m-about .count-box .count .sm-title {
  font-size: 0.24rem;
}
.m-title .cn {
  font-size: 0.3rem;
  color: #000;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.2rem;
}
.m-title .en {
  font-size: 0.36rem;
  color: #cccccc;
  font-family: Arial;
  text-transform: uppercase;
  display: inline-block;
  line-height: 0.3rem;
  vertical-align: middle;
  position: relative;
  bottom: 0.03rem;
}
.sec-menu {
  font-size: 0;
}
.sec-menu .sec-item {
  display: inline-block;
  min-width: 1.3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.18rem;
  color: #666;
}
.sec-menu .sec-item:hover,
.sec-menu .sec-item:active {
  background-color: #ffb300;
  border-radius: 0.25rem;
  color: #fff;
}
.m-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.58rem;
  padding-bottom: 0.4rem;
}
.m-picture {
  height: 100vh;
  padding: 0 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case-style {
  background: #222;
}
.case-style .m-title .cn {
  color: #fff;
}
.case-style .sec-menu .sec-item {
  color: rgba(255, 255, 255, 0.8);
}
.m-picture .picture-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-picture .picture-page {
  overflow: hidden;
}
.m-picture .picture-page .picture-item {
  display: block;
  width: 30.8%;
  height: 4.8rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
  margin-left: 3.75%;
  float: left;
}
.m-picture .picture-page .picture-item:nth-child(3n + 1) {
  margin-left: 0;
}
.m-picture .picture-page .picture-item .img {
  width: 7.4rem;
  height: 4.8rem;
  overflow: hidden;
}
.m-picture .picture-page .picture-item .img img {
  width: 100%;
  height: 100%;
}
.m-picture .picture-page .picture-item .shadow {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-picture .picture-page .picture-item .shadow .cur {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url('../images/cur.png') center / cover no-repeat;
  margin: 0 auto 0.34rem;
  text-align: center;
  line-height: 1.6rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.m-picture .picture-page .picture-item .shadow .cur:after {
  content: '';
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  vertical-align: middle;
  background: url('../images/sm_cur.png') center / cover no-repeat;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.m-picture .picture-page .picture-item .shadow .name {
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.28rem;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(3rem);
  -moz-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 0;
}
.m-picture .picture-page .picture-item:hover .shadow {
  opacity: 1;
}
.m-picture .picture-page .picture-item:hover .shadow .cur {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.m-picture .picture-page .picture-item:hover .shadow .cur:after {
  animation: cicle 1s infinite linear;
}
.m-picture .picture-page .picture-item:hover .shadow .name {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.vert-title {
  padding-left: 1.56rem;
  padding-top: 1.92rem;
  position: relative;
  flex: 1;
}
.vert-title .en {
  font-size: 0.6rem;
  color: #666666;
  font-family: Arial;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr-tb;
  position: absolute;
  left: 0.8rem;
  top: 1.92rem;
  text-transform: uppercase;
}
.vert-title .cn {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr-tb;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}
.v-slider {
  font-size: 0;
}
.v-slider a {
  font-size: 0.36rem;
  color: #cccccc;
  font-family: 宋体;
  display: inline-block;
  vertical-align: middle;
}
.v-slider em {
  display: inline-block;
  width: 0;
  height: 0.3rem;
  border-right: 1px solid #fff;
  vertical-align: middle;
  margin: 0 0.78rem;
}
.vert-title-box {
  width: 4.2rem;
  background-color: #222222;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.vert-title-box .v-slider {
  text-align: center;
  padding-bottom: 0.98rem;
}
/*案例*/
.m-case {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-case .case-page {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  background-color: #222;
}
.m-case .case-page .swiper-slide {
  height: 100vh;
  position: relative;
}
.m-case .case-page .swiper-slide .img {
  display: block;
  width: 100%;
  height: 100vh;
  line-height: 100vh;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.m-case .case-page .swiper-slide .img img {
  width: 100%;
  vertical-align: middle;
  height: 100%;
  object-fit: cover;
}
.m-case .case-page .swiper-slide .shadow {
  position: absolute;
  bottom: -100vh;
  width: 100%;
  height: 100vh;
  left: 0;
  background-color: #6e6e6e;
  color: #fff;
  padding: 0.42rem 0.56rem 0.98rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-case .case-page .swiper-slide .shadow .case-title {
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0.62rem;
}
.m-case .case-page .swiper-slide .shadow .content {
  font-size: 0.16rem;
  color: #ffffd3;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-align: justify;
}
.m-case .case-page .swiper-slide .shadow .more {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #fff;
  text-align: center;
  line-height: 0.72rem;
  border-radius: 50%;
  font-size: 0.48rem;
  color: #fff;
  margin: 1rem auto 0;
}
.m-case .case-page .swiper-slide:hover .img {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
.m-case .case-page .swiper-slide:hover .shadow {
  bottom: 0;
  opacity: 1;
}
/*新闻*/
.m-news {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-news .m-title-box {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0;
}
.m-news .news-box {
  position: relative;
}
.m-news .news-slider {
  position: relative;
  margin-left: 2.7rem;
  overflow: hidden;
  width: 100%;
}
.m-news .news-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-news .news-slider .news-info {
  width: 12rem;
  padding-top: 0.64rem;
  padding-right: 1.28rem;
}
.m-news .news-slider .news-info .news-title {
  font-size: 0.24rem;
  color: #000;
  line-height: 0.3rem;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.25rem;
  overflow: hidden;
}
.m-news .news-slider .news-info .date {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
}
.m-news .news-slider .news-info .date:after {
  content: '';
  display: block;
  width: 0.3rem;
  height: 0;
  border-bottom: 1px solid #000;
  margin-top: 0.32rem;
}
.m-news .news-slider .news-info .content {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.36rem;
  margin-top: 0.48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.m-news .news-slider .news-info .more {
  display: block;
  width: 1.3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background-color: #999999;
  border-radius: 0.25rem;
  font-size: 0.16rem;
  color: #fff;
  margin-top: 1.28rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.m-news .news-slider .news-info .more:hover {
  background-color: #ffb300;
}
.m-news .news-slider .img {
  width: 100%;
  height: 7.2rem;
  line-height: 7.2rem;
  overflow: hidden;
}
.m-news .news-slider .img img {
  width: 100%;
  vertical-align: middle;
  max-height: none;
}
.m-news .v-slider {
  position: absolute;
  bottom: 0;
  left: 0.8rem;
}
.m-news .v-slider em {
  border-color: #e4e4e4;
}
.m-news .v-slider a {
  color: #ccc;
}
.m-news .swiper-pagination {
  bottom: auto;
  top: 0;
  left: 0.8rem;
  width: auto;
  font-family: 宋体;
  font-size: 0;
}
.m-news .swiper-pagination .swiper-pagination-current {
  font-size: 0.6rem;
  color: #999999;
  font-weight: bold;
}
.m-news .swiper-pagination .swiper-pagination-total {
  font-size: 0.48rem;
  color: #cccccc;
  font-weight: bold;
  position: relative;
  top: 0.75rem;
}
.m-news .swiper-pagination .swiper-pagination-total:before {
  content: '';
  width: 1.56rem;
  height: 0.03rem;
  background-color: #dcdcdc;
  display: inline-block;
  position: absolute;
  transform: rotate(-45deg) translateX(-0.5rem) translateY(-0.48rem);
}
.m-news .news-commandList {
  margin-top: 0.68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 0.8rem;
}
.m-news .news-commandList .comm-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  padding-right: 0.8rem;
  border-left: #e4e4e4 1px solid;
  padding-left: 0.8rem;
}
.m-news .news-commandList .comm-item:first-child {
  border: none;
  padding-left: 0;
}
.m-news .news-commandList .comm-item .news-title {
  font-size: 0.2rem;
  color: #000;
  line-height: 0.3rem;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.m-news .news-commandList .comm-item .date {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  margin-bottom: 0.14rem;
}
.m-news .news-commandList .comm-item .date:after {
  content: '';
  display: block;
  width: 0.3rem;
  height: 0;
  border-bottom: 1px solid #000;
  margin-top: 0.22rem;
}
.m-news .news-commandList .comm-item .content {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 0.22rem;
}
.m-news .news-commandList .comm-item:hover .news-title {
  color: #ffb300;
}
/*设计师团队*/
.m-design {
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}
.m-design .design-page {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative;
}
.m-design .design-lgBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.m-design .design-lgBox .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-design .design-lgBox .swiper-slide .design-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100vh;
  background-color: #222;
  line-height: 100vh;
  overflow: hidden;
}
.m-design .design-lgBox .swiper-slide .design-img img {
  width: 100%;
  vertical-align: bottom;
  max-height: none;
}
.m-design .design-lgBox .swiper-slide .design-info {
  display: block;
  width: 12.8rem;
  padding-right: 0.8rem;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-design .design-lgBox .swiper-slide .design-info .info-box {
  height: 6.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1.4rem;
  padding-right: 2.4rem;
}
.m-design .design-lgBox .swiper-slide .design-info .info-box .name {
  display: block;
  font-size: 0.24rem;
  color: #000;
  line-height: 0.48rem;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.m-design .design-lgBox .swiper-slide .design-info .info-box .tip {
  display: block;
  line-height: 0.48rem;
  font-size: 0.16rem;
  color: #666666;
}
.m-design .design-lgBox .swiper-slide .design-info .info-box .content {
  margin-top: 1.1rem;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.36rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.m-design .design-lgBox .swiper-slide .design-info .emp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-design .design-thumbs {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
  width: 12.8rem;
  overflow: hidden;
}
.m-design .design-thumbs .swiper-slide {
  height: 5rem;
}
.m-design .design-thumbs .swiper-slide .img {
  display: block;
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  -webkit-filter: grayscale(1);
  overflow: hidden;
  background-color: #222222;
}
.m-design .design-thumbs .swiper-slide .img img {
  width: 100%;
  height: 100%;
}
.m-design .design-thumbs .swiper-slide.swiper-slide-thumb-active .img {
  border: 0.05rem solid #ffb300;
  -webkit-filter: grayscale(0);
}
.m-design .v-slider {
  position: absolute;
  bottom: 6rem;
  right: 3.2rem;
  z-index: 9;
}
.m-design .v-slider a {
  color: #999;
}
.m-design .v-slider em {
  border-color: #e4e4e4;
}
/*视频*/
.m-video {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-video .m-title-box {
  padding: 0.4rem 0.8rem 0.4rem;
}
.m-video .video-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*height: 8.42rem;*/
}
.m-video .m-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 0.8rem;
  margin-left: -0.7rem;
  margin-top: 1rem;
}
.m-video .m-partner .partner-item {
  display: block;
  width: 1.95rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border: 1px solid #e4e4e4;
  text-align: center;
  margin-left: 0.7rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.m-video .m-partner .partner-item img {
  vertical-align: middle;
}
.m-video .m-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0.5rem;
}
.m-video .m-count .count-item {
  display: block;
  width: 6.4rem;
  border-left: 1px solid #e4e4e4;
  text-align: center;
  height: 1.18rem;
}
.m-video .m-count .count-item:first-child {
  border: none;
}
.m-video .m-count .count-item .lg-num {
  font-size: 0.6rem;
  font-family: Arial;
  background-image: -webkit-linear-gradient(bottom, #6e6e6e, #6e6e6e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.14rem;
}
.m-video .m-count .count-item .lg-num i {
  font-size: 0.36rem;
  vertical-align: top;
}
.m-video .m-count .count-item .tip {
  font-size: 0.18rem;
  color: #666;
}
.video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 0.8rem;
}
.video-list .video-item {
  display: block;
  width: 30.8%;
  height: 3.6rem;
  overflow: hidden;
  position: relative;
  margin-left: 3.8%;
}
.video-list .video-item:first-child {
  margin-left: 0;
}
.video-list .video-item .img {
  display: block;
  width: 100%;
  height: 3.6rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.video-list .video-item .img img {
  width: 100%;
  height: 100%;
}
.video-list .video-item .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1%;
}
.video-list .video-item .shadow .cur {
  display: block;
  background-image: url('../images/video.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.9rem 0.9rem;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}
.video-list .video-item .shadow .name {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.36rem;
  margin-top: 0.24rem;
  position: absolute;
  top: 2.2rem;
  left: 5%;
  right: 5%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.video-list .video-item:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*底部*/
.m-footer {
  height: 3.5rem;
  overflow: hidden;
  padding: 0 0.8rem;
  background: #000 url('../images/ft_bg.jpg') center / cover no-repeat;
}
.m-footer a {
  color: #fff;
}
.m-footer a:hover {
  color: #ddd;
}
.m-footer .ft-top {
  height: 2.9rem;
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-footer .ft-top .contact-box {
  width: 6rem;
  font-size: 0.16rem;
  color: #cccccc;
  line-height: 0.36rem;
}
.m-footer .ft-top .contact-box .title {
  margin-bottom: 0.32rem;
}
.m-footer .ft-top .link-page {
  overflow: hidden;
}
.m-footer .ft-top .link-page {
  overflow: hidden;
  width: 7.2rem;
}
.m-footer .ft-top .link-page a {
  width: 3.6rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
  display: block;
  float: left;
}
.m-footer .ft-top .link-page a:before {
  content: '>';
  display: inline-block;
  margin-right: 0.16rem;
}
.m-footer .ft-top .code {
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
  float: left;
  margin-left: 1.6rem;
}
.m-footer .ft-top .code:first-child {
  margin: 0;
}
.m-footer .ft-top .code img {
  width: 1.6rem;
  height: 1.6rem;
}
.m-footer .copy-right {
  font-size: 0.14rem;
  color: #ccc;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
}
@keyframes cicle {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*内页*/
.inner-page .top-box {
  background-color: #222;
  position: relative;
}
.inner-page .main-box {
  margin-top: 0.95rem;
}
.m-crumb {
  font-size: 0.18rem;
  color: #666;
  text-align: right;
  line-height: 0.4rem;
  margin-bottom: 0.95rem;
}
.m-crumb a {
  color: #666;
}
.m-crumb a:hover {
  color: #ffb300;
}
.u-left {
  float: left;
  width: 4rem;
}
.u-left .page-title {
  font-size: 0.36rem;
  color: #000;
  font-weight: bold;
  line-height: 0.48rem;
  padding-bottom: 0.86rem;
  border-bottom: 0.04rem solid #999999;
}
.u-left .sec-menu-box {
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
  border-bottom: 1px solid #cccccc;
}
.u-left .menu-item {
  display: block;
  height: 0.8rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding-left: 0.21rem;
  overflow: hidden;
}
.u-left .menu-item a {
  display: inline-block;
  font-size: 0.22rem;
  color: #666;
  line-height: 0.8rem;
  vertical-align: middle;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.u-left .menu-item.active:before {
  content: '';
  display: inline-block;
  width: 0.05rem;
  height: 0.21rem;
  vertical-align: middle;
  background-color: #ffb300;
  margin-right: 0.1rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.u-left .menu-item.active a {
  color: #ffb300;
}
.u-page {
  margin-left: 5rem;
  min-height: calc(100vh - 5.45rem);
}
.about-page {
  margin-left: 0;
}
.u-page .video-list {
  padding: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.u-page .video-list .video-item {
  width: 29.579%;
  height: 2.74rem;
  margin-bottom: 0.35rem;
  margin-left: 5.6%;
  float: left;
}
.u-page .video-list .video-item:nth-child(3n + 1) {
  margin-left: 0;
}
.u-page .video-list .video-item .img,
.u-page .video-list .video-item .img img {
  width: 100%;
  height: 100%;
}
.u-page .video-list .video-item .shadow {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.u-page .video-list .video-item .shadow .name {
  top: 1.7rem;
}
.u-page .video-list .video-item:hover .shadow {
  background-color: rgba(0, 0, 0, 0.6);
}
.u-page .detail-box {
  text-align: center;
}
.u-page .detail-box .detail-title {
  font-size: 0.28rem;
  color: #000;
  line-height: 0.4rem;
  margin-bottom: 0.25rem;
}
.u-page .detail-box .detail-tip {
  font-size: 0.22rem;
  color: #999;
  line-height: 0.38rem;
}
.u-page .detail-img {
  text-align: center;
  margin-top: 0.25rem;
}
.u-page .detail-content {
  font-size: 0.2rem;
  color: #999;
  line-height: 0.38rem;
  text-indent: 0.44rem;
  text-align: justify;
  margin-top: 0.35rem;
  margin-bottom: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
flex-direction: column;
}
.detail-content iframe{
	display:block;
	margin:5px auto 20px auto;
	width: 66vw;
    	height: 65vh;
}


.u-page .detail-content p img{display:block;}
/*案例列表*/
.ls-case {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.ls-case .case-item {
  display: block;
  width: 21.84%;
  overflow: hidden;
  float: left;
  margin-bottom: 0.33rem;
  margin-left: 4.21%;
}
.ls-case .case-item .img {
  display: block;
  width: 100%;
  /* height: 8.2rem; */
  height: 3.68rem;
  overflow: hidden;
  position: relative;
}
.ls-case .case-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ls-case .case-item .name {
  display: block;
  font-size: 0.22rem;
  color: #000;
  height: 0.75rem;
  line-height: 0.75rem;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
}
.ls-case .case-item .shadow {
  position: absolute;
  bottom: -3.75rem;
  left: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  overflow: hidden;
  background-color: rgba(255, 179, 0, 0.8);
  padding: 0.25rem 0.2rem;
}
.ls-case .case-item .shadow .content {
  line-height: 0.48rem;
  font-size: 0.18rem;
  color: #fff;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-indent: 0.36rem;
}
.ls-case .case-item .shadow .cur {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  line-height: 0.5rem;
  border: 1px solid #fff;
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  border-radius: 50%;
  margin: 0.2rem auto 0;
}
.ls-case .case-item:hover .shadow {
  bottom: 0;
}
.ls-case .case-item:nth-child(4n + 1) {
  margin-left: 0;
}
.ls-case.design-list .img {
  height: 5.75rem;
}
/*作品展示*/
.pic-lst {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.pic-lst .pic-item {
  display: block;
  width: 29.89%;
  margin-bottom: 0.45rem;
  float: left;
  margin-left: 5.16%;
}
.pic-lst .pic-item:nth-child(3n + 1) {
  margin-left: 0;
}
.pic-lst .pic-item .img {
  display: block;
  width: 100%;
  height: 3.68rem;
  margin-bottom: 0.15rem;
  position: relative;
}
.pic-lst .pic-item .img img {
  width: 100%;
  height: 100%;
}
.pic-lst .pic-item .name {
  font-size: 0.22rem;
  color: #000;
  line-height: 0.4rem;
}
.pic-lst .pic-item .date {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.4rem;
}
.pic-lst .pic-item .shadow {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pic-lst .pic-item .shadow .cur {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url('../images/cur.png') center / cover no-repeat;
  margin: 0 auto 0.34rem;
  text-align: center;
  line-height: 1.6rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.pic-lst .pic-item .shadow .cur:after {
  content: '';
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  vertical-align: middle;
  background: url('../images/sm_cur.png') center / cover no-repeat;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pic-lst .pic-item:hover .shadow {
  opacity: 1;
}
.pic-lst .pic-item:hover .shadow .cur {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pic-lst .pic-item:hover .shadow .cur:after {
  animation: cicle 1s infinite linear;
}
/*新闻列表*/
.news-list .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.4rem;
  overflow: hidden;
  margin-bottom: 0.55rem;
  position: relative;
}
.news-list .news-item .news-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.4rem;
  padding-right: 1.05rem;
}
.news-list .news-item .news-info .date-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.4rem;
  padding-right: 0.82rem;
  border-right: 1px solid #cccccc;
}
.news-list .news-item .news-info .date-box .date {
  display: block;
  font-size: 0.4rem;
  color: #999;
  font-family: Arial;
  line-height: 0.48rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
.news-list .news-item .news-info .date-box .arrow {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 0.67rem;
  height: 0.23rem;
  background: url('../images/arrow.png') center / cover no-repeat;
  font-size: 0;
}
.news-list .news-item .news-info .info {
  padding-left: 1.02rem;
}
.news-list .news-item .news-info .title {
  font-size: 0.22rem;
  color: #000;
  line-height: 0.38rem;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.24rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news-list .news-item .news-info .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.19rem;
  color: #999;
  line-height: 0.32rem;
}
.news-list .news-item .news-img img {
  width: 5.06rem;
  height: 2.4rem;
}
.news-list .news-item:hover .arrow {
  -webkit-transform: translateX(0.15rem);
  -moz-transform: translateX(0.15rem);
  -ms-transform: translateX(0.15rem);
  -o-transform: translateX(0.15rem);
  transform: translateX(0.15rem);
}
.news-list .news-item:hover .title {
  color: #ffb300;
}
.sg-nav {
  border-top: 1px solid #ccc;
  padding-top: 0.25rem;
  padding-bottom: 0.45rem;
  line-height: 0.55rem;
  margin-top: 0.3rem;
}
.sg-nav a {
  display: block;
  width: 45%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  color: #999;
}
.sg-nav a:hover {
  color: #ffb300;
}
.sg-nav a.next {
  text-align: right;
}
/*在线留言*/
.in-online {
  margin: 0.8rem auto;
  padding: 0 1.1rem;
  min-height: 6rem;
}
.in-online .tit {
  font-size: 0.28rem;
  color: #666;
}
.in-online .des {
  font-size: 0.2rem;
  color: #999;
  line-height: 0.5rem;
}
.in-online .form {
  width: 100%;
  margin-top: 0.5rem;
}
.in-online .form .inp-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
}
.in-online .form .inp {
  width: 4.5rem;
  float: left;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  font: normal 0.22rem 'Microsoft YaHei';
  line-height: 0.5rem;
  height: 0.5rem;
}
.in-online .form .con {
  width: 100%;
  height: 1.5rem;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 0.1rem;
  margin-top: 0.5rem;
  font-size: 0.18rem;
}
.in-online .form .bot {
  margin-top: 0.5rem;
}
.in-online .form .bot .l-con {
  line-height: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.in-online .form .valid {
  width: 4.5rem;
  margin-left: 0;
}
.in-online .form .bot .l-con img {
  width: 1.15rem;
  height: 0.34rem;
}
.in-online .form .bot .r-con .btn {
  width: 2.1rem;
  height: 0.5rem;
  cursor: pointer;
  font-size: 0.18rem;
  font-weight: bold;
}
.in-online .form .bot .r-con .btn.submit {
  background-color: #ffb300;
  color: #fff;
  border: 1px solid #ffb300;
  margin-right: 0.2rem;
}
.in-online .form .bot .r-con .btn.cancle {
  border: 1px solid #dedede;
  background-color: #fff;
  color: #999;
  display:none;
}
input,
textarea,
button {
  outline: none;
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .footer-component {
    /*display: none;*/
  }
.footer-component-a{flex-direction: column;width:100%;}
.footer-component-a .p{font-size:20px;}
.footer-component-a .r .d{font-size:14px;}
.footer-component-b{flex-direction: column;}
.footer-component-b input{width:80%;}
.footer-component-b .sub{width:40%;font-size:14px;}
  body::-webkit-scrollbar {
    width: 0;
  }
  html,
  body,
  .index-page,
  .home-page {
    overflow: auto;
    height: auto;
  }
  .index-page > .swiper-wrapper {
    display: block;
  }
  .index-page > .swiper-wrapper > .swiper-slide {
    height: auto;
    overflow: hidden;
  }
  .top-box {
    padding: 0 0.2rem;
    height: 0.98rem;
    line-height: 0.98rem;
    background-color: #333333;
    position: static;
  }
  .top-box .logo {
    max-width: 4.5rem;
  }
  .top-box .logo img {
    height: auto;
  }
  .top-box .nav-btn {
    display: block;
    width: 0.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    overflow: hidden;
    margin-top: 0.28rem;
  }
  .top-box .nav-btn img {
    vertical-align: middle;
  }
  .top-box .lst-nav {
    display: none;
    position: fixed;
    z-index: 9;
    background-color: #fff;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0.2rem 0.2rem 0.4rem;
    top: 0.98rem;
  }
  .top-box .lst-nav .nav-item {
    display: block;
    padding: 0 0.4rem;
    height: 0.6rem;
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    color: #666;
  }
  .top-box .lst-nav .nav-item.active {
    color: #ffb300;
  }
  .top-box .lst-nav .nav-item:after {
    display: none;
  }
  .banner-box {
    height: auto;
    overflow: inherit;
  }
  .banner-box .banner {
    height: 4.2rem;
  }
  .banner-box .banner li {
    height: 4.2rem !important;
  }
  .banner-box .banner .swiper-button {
    width: 0.19rem;
    height: 0.35rem;
  }
  /*关于我们*/
  .m-about {
    background-color: #222222;
    display: block;
    height: auto;
  }
  .m-about .about-info {
    padding: 0.58rem 0.2rem 0;
    width: auto;
    display: block;
    height: auto;
  }
  .m-about .about-info .about-title {
    width: auto;
    margin-bottom: 0.32rem;
    z-index: 4;
  }
  .m-about .about-info .cn {
    font-size: 24px;
    font-weight: normal;
  }
  .m-about .about-info .en {
    font-size: 18px;
  }
  .m-about .about-info .en:after {
    display: none;
  }
  .m-about .about-info .img {
    width: 100%;
    height: 5.1rem;
  }
  .m-about .about-info .img .lg-bg {
    top: -0.4rem;
    left: 0;
    right: 0;
    line-height: 1.3rem;
  }
  .m-about .about-content {
    height: auto;
    display: block;
    width: auto;
  }
  .m-about .about-content .content-page {
    padding: 0.3rem 0.2rem 0.49rem;
    margin: 0;
  }
  .m-about .about-content .content-page .content {
    font-size: 14px;
    color: #fff;
    line-height: 0.6rem;
    text-indent: 0.48rem;
    text-align: justify;
    margin-bottom: 0.4rem;
  }
  .m-about .about-content .content-page .more {
    margin: 0 auto;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 12px;
  }
  .m-about .count-box {
    width: 100%;
    height: 4.8rem;
  }
  .m-about .count-box .bg-img {
    display: none;
  }
  .m-about .count-box .count {
    background-position: 74% center;
  }
  .m-title .cn,
  .vert-title .cn {
    font-weight: normal;
    line-height: 0.4rem;
    display: block;
    margin-right: 0;
    margin-bottom: 0.2rem;
    color: #000;
    font-size: 24px;
  }
  .m-title .en,
  .vert-title .en {
    display: block;
    font-size: 0.24rem;
    line-height: 28px;
    color: #cccccc;
    font-size: 18px;
  }
  .vert-title {
    padding-top: 0;
    padding-left: 0;
  }
  .vert-title .cn,
  .vert-title .en {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
  }
  .vert-title .en {
    position: relative;
    left: 0;
    top: 0;
  }
  .sec-menu {
    margin-top: 0.26rem;
  }
  .sec-menu .sec-item {
    min-width: 1.7rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 16px;
    margin-bottom: 0.2rem;
  }
  .m-title-box {
    display: block;
    padding-top: 0.58rem;
  }
  /*作品展示*/
  .m-picture {
    height: auto;
    padding: 0 0.2rem;
    display: block;
  }
  .m-picture .picture-box {
    display: block;
  }
  .m-picture .picture-box .picture-page {
    display: block;
  }
  .m-picture .picture-box .picture-page .picture-item {
    display: block;
    width: 100%;
    height: 4.6rem;
    position: relative;
    margin-left: 0;
  }
  .m-picture .picture-box .picture-page .picture-item .img {
    width: 100%;
    max-height: 5rem;
    display: block;
  }
  .m-picture .picture-box .picture-page .picture-item .shadow {
    height: 0.6rem;
    width: 100%;
    bottom: 0;
    opacity: 1;
    top: auto;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    text-align: left;
  }
  .m-picture .picture-box .picture-page .picture-item .shadow .cur {
    display: none;
  }
  .m-picture .picture-box .picture-page .picture-item .shadow .name {
    display: block;
    height: 0.6rem;
    text-align: left;
    opacity: 1;
    line-height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 0.2rem;
    font-size: 18px;
    color: #fff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .vert-title-box {
    display: block;
    background-color: #fff;
    width: auto;
    height: auto;
  }
  .vert-title-box .v-slider {
    display: none;
  }
  /*案例*/
  .m-case {
    background-color: #fff;
    padding: 0 0.2rem;
    display: block;
    height: auto;
  }
  .m-case .case-page {
    background-color: #fff;
    margin-top: 0.3rem;
    padding-bottom: 0.4rem;
  }
  .m-case .case-page .swiper-wrapper {
    height: auto;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-case .case-page .swiper-slide {
    height: 8.6rem;
    position: relative;
    width: 3.45rem;
    margin-bottom: 0.2rem;
  }
  .m-case .case-page .swiper-slide .img {
    height: 100%;
    line-height: normal;
  }
  .m-case .case-page .swiper-slide .img img {
    height: 100%;
  }
  .m-case .case-page .swiper-slide .shadow {
    height: 0.6rem;
    width: 100%;
    line-height: 0.6rem;
    bottom: 0;
    opacity: 1;
    display: block;
    text-align: left;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .m-case .case-page .swiper-slide .shadow .content,
  .m-case .case-page .swiper-slide .shadow .more {
    display: none;
  }
  .m-case .case-page .swiper-slide .shadow .case-title {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    color: #fff;
    text-indent: 0.2rem;
    margin-bottom: 0;
  }
  .m-case .case-page .swiper-slide:hover .img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /*新闻*/
  .m-news {
    height: auto;
    display: block;
    padding: 20px;
  }
  .m-news .m-title-box {
    padding-left: 0;
    padding-right: 0;
  }
  .m-news .swiper-pagination,
  .m-news .news-commandList {
    display: none;
  }
  .m-news .v-slider {
    width: 100%;
    position: initial;
    text-align: center;
  }
  .m-news .news-slider {
    margin: 0;
  }
  .m-news .news-slider .swiper-wrapper {
    height: auto;
  }
  .m-news .news-slider .swiper-slide {
    display: block;
    height: 8.84rem;
    padding-top: 4.2rem;
  }
  .m-news .news-slider .swiper-slide .img {
    display: block;
    height: 4rem;
    line-height: 4rem;
    position: absolute;
    top: 0;
  }
  .m-news .news-slider .swiper-slide .img img {
    height: 100%;
  }
  .m-news .news-slider .swiper-slide .news-info {
    width: auto;
    padding-top: 0;
    padding-right: 0;
  }
  .m-news .news-slider .swiper-slide .news-info .news-title {
    margin-bottom: 0.2rem;
    font-size: 24px;
    line-height: 30px;
  }
  .m-news .news-slider .swiper-slide .news-info .date {
    margin-bottom: 0.32rem;
    font-size: 18px;
  }
  .m-news .news-slider .swiper-slide .news-info .content {
    margin-top: 0.3rem;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .m-news .news-slider .swiper-slide .news-info .more {
    display: none;
  }
  /*设计师*/
  .m-design {
    height: auto;
    width: auto;
    display: block;
    padding-left: 0.2rem;
    margin-top: 20px;
  }
  .m-design .design-page {
    background-color: #fff;
    padding-bottom: 0.58rem;
    margin-top: 0.26rem;
  }
  .m-design .design-page .design-lgBox {
    height: 4.65rem;
    margin-bottom: 0.7rem;
  }
  .m-design .design-page .swiper-slide .design-img {
    height: 100%;
    display: block;
    width: 3rem;
    background-color: transparent;
    line-height: normal;
  }
  .m-design .design-page .swiper-slide .design-img img {
    width: 100%;
    height: 100%;
    vertical-align: baseline;
    object-fit: contain;
  }
  .m-design .design-page .swiper-slide .design-info {
    width: 6rem;
    padding: 0;
  }
  .m-design .design-page .swiper-slide .design-info .info-box {
    padding-left: 0.4rem;
    padding-right: 0.2rem;
    height: auto;
  }
  .m-design .design-page .swiper-slide .design-info .info-box .name {
    font-size: 20px;
    line-height: 30px;
  }
  .m-design .design-page .swiper-slide .design-info .info-box .tip {
    font-size: 16px;
    line-height: normal;
  }
  .m-design .design-page .swiper-slide .design-info .info-box .content {
    font-size: 14px;
    line-height: 0.48rem;
    margin-top: 0.56rem;
    -webkit-line-clamp: 5;
  }
  .m-design .design-page .swiper-slide .design-info .emp {
    display: none;
  }
  .m-design .design-thumbs .swiper-slide {
    height: 0;
  }
  .m-design .v-slider {
    width: 100%;
    position: initial;
    text-align: center;
  }
  /*底部+视频*/
  .m-video {
    height: auto;
    display: block;
  }
  .m-video .m-title-box {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-bottom: 0.3rem;
  }
  .m-video .m-count .count-item .tip {
    font-size: 14px;
  }
  .m-video .video-page {
    display: block;
    height: auto;
    padding-bottom: 0.55rem;
  }
  .m-video .video-page .m-partner {
    margin-top: 0.5rem;
    padding: 0 0.2rem;
    margin-left: 0;
    margin-bottom: 0.8rem;
    display: block;
    overflow: auto;
  }
  .m-video .video-page .m-partner .partner-item {
    width: 28.2%;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-left: 7.16%;
    float: left;
  }
  .m-video .video-page .m-partner .partner-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .m-video .video-page .m-count {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: -0.5rem;
  }
  .m-video .video-page .m-count .count-item {
    width: 50%;
    height: 1rem;
    margin-bottom: 1.15rem;
  }
  .m-video .video-page .m-count .count-item:nth-child(2n + 1) {
    border: none;
  }
  .video-list,
  .u-page .video-list {
    display: block;
    padding: 0 0.2rem;
  }
  .video-list .video-item,
  .u-page .video-list .video-item {
    width: 100%;
    height: 5rem;
    margin-bottom: 0.2rem;
    margin-left: 0;
  }
  .video-list .video-item .img,
  .u-page .video-list .video-item .img {
    width: 100%;
    height: 100%;
  }
  .video-list .video-item .shadow .name,
  .u-page .video-list .video-item .shadow .name {
    top: 2.1rem;
  }
  .video-list .video-item .shadow .name{
    top:auto;
    bottom:0.5rem;
  }
  .m-footer {
    height: auto;
    background-image: url('../images/wap_bg.jpg');
    padding: 0;
  }
  .m-footer .ft-top {
    display: block;
    padding: 0.24rem 0.2rem;
    height: auto;
  }
  .m-footer .ft-top .contact-box {
    width: auto;
    font-size: 0.2rem;
    color: #ccc;
    line-height: 0.36rem;
  }
  .m-footer .ft-top .contact-box .title {
    font-size: 18px;
    margin-bottom: 0.26rem;
  }
  .m-footer .ft-top .contact-box .contact {
    font-size: 16px;
    line-height: 22px;
  }
  .m-footer .ft-top .link-page {
    margin-top: 0.5rem;
    width: auto;
  }
  .m-footer .ft-top .link-page a {
    width: 50%;
    font-size: 14px;
    line-height: 0.6rem;
  }
  .m-footer .ft-top .code-box {
    display: none;
  }
  .m-footer .copy-right {
    padding: 0.1rem 0.2rem;
    height: auto;
    line-height: 24px;
    font-size: 16px;
    color: #ccc;
    text-align: left;
  }
  /*内页*/
  .u-page .detail-box .detail-title {
    font-size: 20px;
  }

  .inner-page .main-box {
    padding: 0.4rem 0.2rem 0;
    margin-top: 0;
  }
  .m-crumb {
    display: none;
  }
  .u-left {
    float: none;
    width: auto;
  }
  .u-left .page-title {
    border: none;
    padding: 0;
    margin-bottom: 0.28rem;
  }
  .u-left .sec-menu-box {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0.28rem;
    padding-top: 0;
  }
  .u-left .menu-item {
    display: inline-block;
    padding: 0;
    height: auto;
  }
  .u-left .menu-item a {
    display: block;
    line-height: 0.5rem;
    min-width: 1.7rem;
    height: 0.5rem;
    text-align: center;
    font-size: 16px;
    color: #666;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .u-left .menu-item.active a {
    background-color: #ffb300;
    color: #fff;
    border-radius: 0.25rem;
    text-align: center;
  }
  .u-left .menu-item.active:before {
    display: none;
  }
  .u-page {
    margin-left: 0;
    width: auto;
  }
  .u-page .video-list {
    padding: 0;
  }
  .u-page .detail-box .detail-tip {
    font-size: 14px;
  }
  .ls-case .case-item {
    width: 48.6%;
    margin-left: 2.8%;
  }
  .ls-case .case-item:nth-child(4n + 1) {
    margin: 0;
  }
  .ls-case .case-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .ls-case .case-item .img {
    height: 20vh;
  }
  .ls-case .case-item .shadow {
    display: none;
  }
  .ls-case .case-item .name {
    font-size: 16px;
  }
  .ls-case.design-list .img {
    height: 4.75rem;
  }
  .pagination {
    text-align: center;
  }
  .pagination a {
    height: 0.5rem;
    width: 0.5rem;
    line-height: 0.5rem;
    font-size: 14px;
  }
  .pagination .pagenxt,
  .pagination .pageprv {
    width: 100px;
    font-size: 14px;
  }
  /*作品*/
  .pic-lst {
    display: block;
  }
  .pic-lst .pic-item {
    width: 100%;
    margin-left: 0;
  }
  .pic-lst .pic-item .img {
    height: 4.6rem;
  }
  .pic-lst .pic-item .name {
    font-size: 18px;
    line-height: 26px;
  }
  .pic-lst .pic-item .date {
    font-size: 16px;
    line-height: 24px;
  }
  .pic-lst .pic-item .shadow {
    display: none;
  }
  /*新闻列表*/
  .news-list .news-item {
    display: block;
    height: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.24rem;
  }
  .news-list .news-item .news-info {
    display: block;
    padding: 0;
    height: auto;
  }
  .news-list .news-item .news-info .date-box {
    border: none;
    height: auto;
    padding: 0;
  }
  .news-list .news-item .news-info .date-box .date {
    margin-bottom: 0.15rem;
  }
  .news-list .news-item .news-info .date-box .arrow {
    display: none;
  }
  .news-list .news-item .news-info .info {
    padding-left: 0;
    margin-bottom: 0.24rem;
  }
  .news-list .news-item .news-info .info .title {
    margin-bottom: 0.14rem;
    font-size: 16px;
  }
  .news-list .news-item .news-info .content {
    font-size: 14px;
  }
  .news-list .news-item .news-img img {
    width: 7.1rem;
    height: 3.4rem;
  }
  .sg-nav a {
    float: none;
    width: 100%;
    font-size: 14px;
  }
  .sg-nav a:active {
    color: #ffb300;
  }
  .sg-nav a.next {
    text-align: left;
  }
  .in-online {
    padding: 0;
  }
  .in-online .tit {
    font-size: 0.3rem;
  }
  .in-online .des {
    font-size: 0.24rem;
  }
  .in-online .form .inp-box {
    margin-left: 0;
    display: block;
  }
  .in-online .form .inp {
    width: 100%;
    margin-left: 0;
    line-height: 0.8rem;
    font-size: 0.2rem;
    margin-bottom: 0.4rem;
  }
  .in-online .form .con {
    margin-top: 0.2rem;
  }
  .in-online .form .bot .l-con {
    float: none;
    width: 100%;
    line-height: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .in-online .form .bot .l-con .label {
    font-size: 0.2rem;
  }
  .in-online .form .bot .l-con .label .text {
    width: 2rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .in-online .form .bot .r-con {
    float: none;
    width: 100%;
  }
  .in-online .form .bot .r-con .btn {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 16px;
  }
  .u-page .detail-content{
     text-indent:0;
     font-size: 16px;
     line-height:1.5;
   }
   .u-page .detail-content p img{
   width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1100px) and (min-width: 991px) {
  .banner .swiper-button.swiper-button-next {
    right: 0;
  }
  .banner .swiper-button.swiper-button-prev {
    left: 0;
  }
  .footer-component .close {
    top: 10px;
  }
  .footer-component-a {
    width: 84%;
  }
  .footer-component-a .p {
    font-size: 30px;
  }
  .footer-component-a .d {
    font-size: 26px;
  }
  .footer-component-b input {
    height: auto;
  }

}
@media screen and (max-width: 2400px) {
  .banner .swiper-button.swiper-button-next {
    right: 0 !important;
  }
  .banner .swiper-button.swiper-button-prev {
    left: 0 !important;
  }
}
